func crypto/internal/fips140/ecdsa.rightShift

3 uses

	crypto/internal/fips140/ecdsa (current package)
		ecdsa.go#L234: 			b = rightShift(b, excess)
		ecdsa.go#L397: 			hash = rightShift(hash, excess)
		ecdsa.go#L411: func rightShift(b []byte, shift int) []byte {